home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / mc105prg.zip / RUN.BAT < prev   
DOS Batch File  |  1988-01-23  |  2KB  |  77 lines

  1. echo off
  2. cls
  3. :entry
  4. echo B.....Begin Multi-Com
  5. echo R.....Read introduction  -- Do this first.
  6. ep "Esc...Exit to DOS" [BR]
  7. if errorlevel = 3 goto exit
  8. if errorlevel = 2 goto read
  9. if errorlevel = 1 goto program
  10. :read
  11. cls
  12. echo              Multi-Com(tm)     Version 1.05
  13. echo                (C) C.P. Fricano 1984,1988
  14. echo                    All Rights Reserved
  15. echo -
  16. echo    This is a demo version of the Multi-Com program.
  17. echo    Multi-Com is a special purpose communication program 
  18. echo    that permits concurrent downloading/uploading of 
  19. echo    multiple files over a single phone line.
  20. echo -
  21. echo    This version will not work with the MC-FTS program.
  22. echo    MC-FTS is a host file transfer program that runs 
  23. echo    on some electronic BBS's. It is, however, 99 percent
  24. echo    functional when connected to another system running
  25. echo    version 1.05 of Multi-Com. To obtain your own personal
  26. echo    copy of Multi-Com, or for more information about
  27. echo    Multi-Com and the MC-FTS, please write:
  28. echo -
  29. echo    Chuck Fricano                Chuck Fricano            UCS-1
  30. echo    Multi-Com Systems            CIS 73230,3203           412/276-1269
  31. echo    P.O. Box 16174                                        300/1200 8n1
  32. echo    Pittsburgh, PA  15242        GEnie C.FRICANO
  33. echo -
  34. pause (c) C.P. Fricano 1988
  35. cls
  36. echo    The program ID and password are:
  37. echo -
  38. echo            ID word: 9999
  39. echo           Password: DEMO
  40. echo -
  41. echo -
  42. echo    Documentation is contained in the MC105.DOC file. Print this
  43. echo    file and have it ready when you begin Multi-Com.
  44. echo -
  45. echo    Multi-Com(tm) is the copyrighted property of Chuck Fricano and
  46. echo    and contains proprietary program code and communication algorithms.
  47. echo -
  48. echo -
  49. echo    Thank you for using Multi-Com,
  50. echo -
  51. echo    Chuck
  52. echo    Author, Multi-Com
  53. echo -
  54. goto entry
  55. :program
  56. cls
  57. if exist mc105.exe goto progok
  58. echo    The Multi-Com program file is missing
  59. goto exit1
  60. :progok
  61. if exist mc_dial.dat goto dialok
  62. echo    The dialing directory is missing and will be created by Multi-Com.
  63. pause
  64. :dialok
  65. if exist mc_cnfg.dat goto cnfgok
  66. echo    The configuration file is missing. See section 3 in your user's guide.
  67. pause
  68. :cnfgok
  69. echo    Program load in progress...
  70. mc105 /nfe /ntl /c=4 /b=4096
  71. :exit
  72. goto exit1
  73. :EOF
  74. -1551
  75. :exit1
  76.  
  77.